.themeColor01 {
	color: #FFFFFF;
	background-color: #ddf0fe;
}

.switch-theme {
	position: fixed;
	z-index: 999;
	color: #FFFFFF;
	background-color: var(--theme-hover);
	top: 20px;
	left: 20px;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.switch-theme:hover {
	cursor: pointer;
}

/* 轮播图 开始*/
/* 顶部 */
.swiper-container {
	height: 420px;
	overflow: hidden;
	position: relative;
	--swiper-theme-color: var(--theme-hover);
	/* 设置Swiper风格 */
	--swiper-navigation-color: #FFFFFF;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;
	/* 设置按钮大小 */
}

/* 小区 */
.swiper-container-2 {
	height: 360px;
	overflow: hidden;
	position: relative;
	--swiper-theme-color: var(--theme-hover);
	/* 设置Swiper风格 */
	--swiper-navigation-color: var(--theme-hover);
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 16px;
	/* 设置按钮大小 */
}

.swiper-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container-2 img {
	width: 100%;
	height: 100%;
}

.swiper-container-2 .swiper-button-prev {
	color: #FFFFFF;
	width: 36px;
	height: 48px;
	background: #000000;
	opacity: 0.1;
	left: 0 !important;
	top: calc(50% - 24px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.swiper-container-2 .swiper-button-prev:hover {
	background-color: var(--theme-hover);
	color: #FFFFFF;
	opacity: 1;
}

.swiper-container-2 .swiper-button-next {
	color: #FFFFFF;
	width: 36px;
	height: 48px;
	background: #000000;
	opacity: 0.1;
	right: 0 !important;
	top: calc(50% - 24px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.swiper-container-2 .swiper-button-next:hover {
	background-color: var(--theme-hover);
	color: #FFFFFF;
	opacity: 1;
}

.hide {
	display: none !important;
}

/* 轮播图 结束*/

/* 通知展示区域 */
.index-biaotiico-beijing {
	max-width: calc(1226px + 10%);
	margin: 0 auto;
	padding-left: 10%;
	padding-right: 10%;
}

.index-biaotiico {
	Position: relative;
	width: 100%;
	margin: 70px auto 0;
}

.index-tonzhi {
	z-index: 9;
	width: 100%;
	height: 80px;
	Position: absolute;
	top: -107px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	box-shadow: 0px 5px 24px 0px rgba(192, 192, 192, 0.39);
}

.index-tonzhi>span {
	font-size: 32px;
	font-weight: 700;
	color: rgb(211, 211, 211);
	margin: 0 20px;
	padding-bottom: 4px;
}

.index-tonzhi>a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	line-height: 28px;
}

.index-tonzhi>a:hover {
	text-decoration: none;
	cursor: pointer;
}

/* 4个大标题 */
.index-biaoti-ico {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}

.index-biaoti-ico>div {
	width: 25%;
	display: flex;
	position: relative;
	padding-left: 2%;
	flex-direction: column;
	justify-content: center;
	margin-right: 10px;
	height: 130px;
	line-height: 28px;
	box-sizing: border-box;
}

.index-biaoti-ico>div:hover {
	cursor: pointer;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.index-biaoti-ico>div:nth-child(1) {
	background: var(--theme-btn01);
}

.index-biaoti-ico>div:nth-child(1):hover {
	box-shadow: 0px 0px 30px -8px var(--theme-btn01);
}

.index-biaoti-ico>div:nth-child(2) {
	background: var(--theme-btn02);
}

.index-biaoti-ico>div:nth-child(2):hover {
	box-shadow: 0px 0px 30px -8px var(--theme-btn02);
}

.index-biaoti-ico>div:nth-child(3) {
	background: var(--theme-btn03);
}

.index-biaoti-ico>div:nth-child(3):hover {
	box-shadow: 0px 0px 30px -8px var(--theme-btn03);
}

.index-biaoti-ico>div:nth-child(4) {
	background: var(--theme-btn04);
	margin-right: 0;
}

.index-biaoti-ico>div:nth-child(4):hover {
	box-shadow: 0px 0px 30px -8px var(--theme-btn04);
}

.index-biaoti-ico>div>a {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
	line-height: 28px;
}

.index-biaoti-ico>div>span {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	opacity: 0.5;
}

.index-biaoti-ico>div>img {
	Position: absolute;
	top: 20px;
	right: 30px;
}

/* 展商新闻-复制的另外一个CSS */
.index-body-beijing {
	height: auto;
	width: 100%;
	margin: 0 auto;
}

/* 标题 */
.school-title {
	display: flex;
	justify-content: space-between;
	height: auto;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	width: 100%;
}


.school-title-2 {
	display: flex;
	justify-content: flex-end;
	height: auto;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	width: 100%;
}
.title-h1 {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #313131;
}

.title-h1>span {
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #B0B0B0;
	margin-left: 14px;
}

/* 多个按钮排序 */
.school-title-botton {
	display: flex;
}

.news-paixu {
	display: flex;
}

/* 更多按钮 */
.more-botton {
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	height: 36px;
	cursor: pointer;
	background: #FFFFFF;
	border: solid 1px #e9e9e9;
	color: #646464;
	font-size: 14px;
	transition: width 2s;
}

.more-botton:hover {
	background: #006BD8;
	color: #FFFFFF;
}

.Exhibitor1 {
	border: none !important;
	background-image: url(public/arrow/arrow4-1-left.jpg);
}

.Exhibitor1:hover {
	border: none !important;
	background-image: url(public/arrow/arrow4-2-left.jpg);
}

.Exhibitor2 {
	border: none !important;
	background-image: url(public/arrow/arrow4-1-right.jpg);
}

.Exhibitor2:hover {
	border: none !important;
	background-image: url(public/arrow/arrow4-2-right.jpg);
}

/* 新闻动态左右排序 */
.news-paixu {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.news-left {
	margin-right: 28px;
	width: 570px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start
}

.news-left:hover {
	cursor: pointer;
}

.news-left>img {
	width: 100%;
	object-fit: cover;
	margin-bottom: 24px;
}

.news-left>a {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #3C3C3C;
	width: 100%;
	margin-bottom: 20px;
}

.news-left>a:hover {
	cursor: pointer;
	color: var(--theme-hover);
}

.news-left>span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 27px;
	margin-bottom: 16px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-left>div {
	width: 100%;
	font-size: 30px;
	font-family: Bebas;
	font-weight: 400;
	padding-top: 26px;
	;
	color: #3B3B3B;
	border-top: 1px solid #E9E9E9;
}

/* 广告部分A */
.guanggao {
	width: 100%;
	height: 164px;
	margin-bottom: 80px;
	background: #000551;
}

.news-right {
	display: flex;
	flex-direction: column;
}

.news-right-div {
	display: flex;
	width: 700px;
	align-items: center;
	border-bottom: 1px solid #E9E9E9;
	padding: 20px 10px;
}

.news-right-div:hover {
	cursor: pointer;
}

.news-right-div:hover .news-left-data {
	/* background-color: rgba(236, 236, 236, 0.363); */
	color: #FFFFFF;
	background: var(--theme-hover);
}

.news-right-div:hover .news-left-title a {
	color: var(--theme-hover);
}

/* 文章时间 */
.index-juzhon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.news-left-data {
	width: 50px;
	margin-right: 20px;
	padding: 0 20px;
	height: 86px;
	font-size: 16px;
	font-family: Bebas;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 28px;
	background: #F4F4F4;
}

.news-left-data>span:nth-child(2) {
	border-top: 1px solid #D7D7D7;
}

/* 文章标题和简介 */
.news-left-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 84%;
	/* height: 110px; */
}

.news-left-title>a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3C3C3C;
	width: 600px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-left-title>span {
	width: 100%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #787878;
	line-height: 26px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 幻灯片放映 */
.index-body-beijinghui {
	width: 100%;
	height: auto;
	background-color: #F4F4F4;
	padding: 50px 0;
	margin-bottom: 70px;
}

.index-body-huandengpian {
	position: relative;
	max-width: calc(1226px + 10%);
	padding-left: 10%;
	padding-right: 10%;
	margin: 0 auto;
}

.index-body-huandengpian .left {
	position: absolute;
	top: calc(50% - 24px);
	left: 5%;
	height: 48px;
	width: 36px;
	background-image: url(public/arrow/arrow1-1-left.jpg);
	opacity: 0.75;
}

.index-body-huandengpian .left:hover {
	cursor: pointer;
	background-image: url(public/arrow/arrow1-2-left.jpg);
	opacity: 1;
}

.index-body-huandengpian .right {
	position: absolute;
	top: calc(50% - 24px);
	right: 5%;
	height: 48px;
	width: 36px;
	background-image: url(public/arrow/arrow1-1-right.jpg);
	opacity: 0.75;
}

.index-body-huandengpian .right:hover {
	cursor: pointer;
	background-image: url(public/arrow/arrow1-2-right.jpg);
	opacity: 1;
}

.index-body-huandengpian .arrow-box2 {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 100px;
	height: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.index-body-huandengpian .arrow-box2 .left {
	width: 43px;
	height: 10px;
	margin-right: 4px;
	background-image: url(public/arrow/arrow3-1-left.jpg);
}

.index-body-huandengpian .arrow-box2 .left:hover {
	cursor: pointer;
	background-image: url(public/arrow/arrow3-2-left.jpg);
}

.index-body-huandengpian .arrow-box2 .right {
	width: 43px;
	height: 10px;
	background-image: url(public/arrow/arrow3-1-right.jpg);
}

.index-body-huandengpian .arrow-box2 .right:hover {
	cursor: pointer;
	background-image: url(public/arrow/arrow3-2-right.jpg);
}


.index-body-huandengpian-card {
	background-color: rgb(255, 255, 255);
	font-weight: 400;
	line-height: 28px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.index-body-huandengpian-card>div {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 50px 100px;
}

.index-body-huandengpian-card .index-text-box {
	padding: 0 !important;
	overflow: hidden;
	width: 700px;
	height: 220px;
}

.index-body-huandengpian-card>div.index-ppt-box {
	padding: 0 !important;
	overflow: hidden;
	width: 467px;
}

.index-body-huandengpian-card div .index-text-box p {
	font-size: 30px;
	font-family: Bebas;
	color: #E9E9E9;
	Position: absolute;
	top: 20px;
	right: 20px;
}

.index-body-huandengpian-card .index-text-box a {
	display: inline-block;
	font-size: 28px;
	color: #3C3C3C;
	margin-bottom: 20px;
	font-weight: 600;
	width: 700px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-body-huandengpian-card .index-text-box span {
	display: -webkit-box;
	font-size: 14px;
	width: 700px;
	height: 170px;
	color: #8D8D8D;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.index-body-huandengpian-card .index-ppt-box img {
	width: 100%;
	background-color: rgba(0,0,0,0.2);
	height: 360px;
	transition: all 0.6s;
	cursor: pointer;
	object-fit: cover;
}

.index-body-huandengpian-card .index-ppt-box img:hover {
	cursor: pointer;
	transform: scale(1.1);
}

/* 展商名录 */
.zhanshang-paixu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}

/* 展商卡片 */
.zhanshang-card {
	width: 23.9%;
	margin-bottom: 20px;
	height: auto;
	background: #FAFAFA;
	border: 1px solid #E9E9E9;
	/*margin-right: 1.25%;*/
	/* box-shadow: 0px 0px 16px 0px #e1e1e1; */
}

.zhanshang-paixu .zhanshang-card:nth-child(4),
.zhanshang-paixu .zhanshang-card:nth-child(8){
	margin-right: 0 !important;
}

/* 合作媒体卡片 */
.meiti-card {
	width: 330px;
	margin-bottom: 20px;
	height: auto;
	background: #FAFAFA;
	/* border: 1px solid #E9E9E9; */
	box-shadow: 0px 0px 16px 0px #e1e1e1;
}

.meiti-card>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 最后一个卡片靠左 */
.zhanshang-paixu:after {
	content: "";
	width: 340px;
}

/* 卡片内部 */
.zhanshang-card:hover {
	cursor: pointer;
	box-shadow: 0 10px 4px 0 rgb(144 144 144 / 8%), 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.zhanshang-card:hover .zhanshang-card-title>a {
	color: #FF4524;
}

.zhanshang-card>img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 148px; 
	object-fit: contain;
}

.zhanshang-card-title {
	line-height: 20px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	padding: 20px;
	font-family: SimHei;
}

.zhanshang-card-title>a {
	font-size: 16px;
	font-weight: bold;
	color: #474747;
	line-height: 23px;
	height: 46px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
	overflow: hidden;
}

.zhanshang-card-title>span {
	font-size: 14px;
	margin-bottom: 10px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	color: #8B8B8B;
}

.zhanshang-card-title>p {
	font-size: 14px;
	color: #8B8B8B;
	padding-bottom: 4px;
}

/* 数据展示区域 */
.shuju-beijing {
	width: 100%;
	height: 250px;
	background: var(--theme-data-bg);
	height: auto;
	margin-bottom: 60px;
}

.shuju-card-list {
	max-width: calc(1024px + 10%);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-left: 5%;
	height: 300px;
	align-items: center;
	padding-right: 5%;
}

.shuju-card {
	display: flex;
	flex-direction: column;
	color: #FFFFFF;
	width: 20%;
	padding: 40px 0;
	box-sizing: border-box;
	align-items: center;
}

.shuju-card>a {
	font-size: 40px;
	font-weight: 800;
	align-items: center;
	position: relative;
}

.shuju-card>a>span {
	font-size: 32px;
	font-weight: 300;
	Position: absolute;
	right: -24px;
	top: -4px;
	display: block;
}

.shuju-card>a>span.words {
	font-size: 20px;
	font-weight: 600;
	Position: absolute;
	right: -24px;
	top: -4px;
	display: block;
}

.shuju-card>span>span {
	font-size: 32px;
	font-weight: 300;
	Position: absolute;
	left: 96px;
	top: -74px;
	display: block;
}

.shuju-card>span>a {
	display: block;
	font-size: 40px;
	font-weight: 100;
	opacity: 0.3;
	Position: absolute;
	left: 162px;
	bottom: 0;
}

.shuju-card>span {
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

/* 合作媒体 */

/* 右侧栏 */
.right-box {
	z-index: 10;
	position: fixed;
	right: -180px;
	bottom: 80px;
	width: 180px;
	height: 250px;
	box-shadow: 0px 0px 10px 0px #dcdcdc;
}

.right-box .main-box {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.right-box .main-box .right-switch {
	position: absolute;
	width: 30px;
	height: 80px;
	padding: 6px 3px;
	text-align: center;
	line-height: 20px;
	left: -36px;
	top: calc(50% - 48px);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #FFFFFF;
	background-color: var(--theme-hover);
}

.right-box .main-box .right-switch:hover {
	cursor: pointer;
}

.right-box .main-box .right-close {
	position: absolute;
	width: 40px;
	height: 20px;
	padding: 3px 6px;
	text-align: center;
	line-height: 20px;
	right: 0;
	top: 0;
	color: #FFFFFF;
	background-color: #000000;
	opacity: 0.5;
}

.right-box .main-box .link {
	margin-bottom: 10px;
}

.right-box .main-box .link a {
	display: inline-block;
}

.right-box .main-box .right-close:hover {
	cursor: pointer;
}

.right-box .main-box .text-box {
	padding: 10px 0;
}

.right-box .main-box .text-box .item {
	padding: 10px 0;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid var(--theme-hover);
}

.right-box .main-box .text-box .item span {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.right-box .main-box .text-box .item .icon-name {
	background-image: url(public/img/lianxiren.png);
	background-size: cover;
	background-position: center;
}

.right-box .main-box .text-box .item .icon-tel {
	background-image: url(public/img/dianhua.png);
	background-size: cover;
	background-position: center;
}

/* 展品列表 */
.exhibits-list-box {
	padding: 70px 0;
	width: 100%;
	background: #F4F4F4;
	margin-bottom: 70px;
}

.exhibits-list-box .zhanshang-paixu {
	margin-bottom: 0 !important;
}

/* 精彩视频 */
.video-list-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 70px;
	width: 100%;
	overflow: hidden;
}

.video-list-box .left-video {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 65%;
	height: 750px;
}

.video-list-box .right-video {
	width: 33%;
	height: 750px;
}

.video-list-box .video-item1 {
	width: 100%;
	height: 475px;
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}

.video-list-box .video-item2 {
	width: 100%;
	height: 750px;
	background-color: rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
}

.video-list-box .video-item3 {
	width: 48.5%;
	height: 250px;
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}


.video-list-box .video-item1 .img-box {
	width: 100%;
	height: 475px;
	overflow: hidden;
}

.video-list-box .video-item2 .img-box {
	width: 100%;
	height: 750px;
	overflow: hidden;
}

.video-list-box .video-item3 .img-box {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.video-list-box .video-item1 .img-box>img,
.video-list-box .video-item2 .img-box>img,
.video-list-box .video-item3 .img-box>img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	object-fit: cover;
}

.video-list-box .video-item1 .img-box>img:hover,
.video-list-box .video-item2 .img-box>img:hover,
.video-list-box .video-item3 .img-box>img:hover {
	transform: scale(1.1);
}

.video-list-box .text-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	padding: 15px;
	background: linear-gradient(to top, #333333, transparent);
}

.video-list-box .video-item1 .text-box>p {
	width: 950px;
	font-size: large;
}

.video-list-box .video-item2 .text-box>p {
	width: 380px;
}

.video-list-box .video-item3 .text-box>p {
	width: 420px;
}

.video-list-box .text-box>p {
	color: #FFFFFF;
	transition: all 0.6s;
}

/* .video-list-box .text-box>p:hover{
	color: #FFFFFF;
	font-size: large;
} */

.video-list-box .icon-box {
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	width: 70px;
	height: 70px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

.video-list-box .icon-box>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 高清组图 */
.photo-list-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 70px;
}

.photo-list-box .left-photo {
	width: 68%;
	height: 770px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.photo-list-box .right-photo {
	width: 30%;
	height: 770px;
}

.photo-list-box .photo-item1 {
	width: 100%;
	height: 505px;
	margin-bottom: 25px;
	background-color: rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
}

.photo-list-box .photo-item2 {
	width: 48.5%;
	height: 240px;
	margin-bottom: 25px;
	background-color: rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
}

.photo-list-box .photo-item3 {
	width: 100%;
	height: 240px;
	margin-bottom: 25px;
	background-color: rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
}

.photo-list-box .photo-item1 .img-box {
	width: 100%;
	height: 505px;
}

.photo-list-box .photo-item2 .img-box,
.photo-list-box .photo-item3 .img-box {
	width: 100%;
	height: 240px;
}

.photo-list-box .img-box>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.photo-list-box .img-box>img:hover {
	transform: scale(1.1);
}

.photo-list-box .text-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	padding: 15px;
	background: linear-gradient(to top, #333333, transparent);
}

.photo-list-box .photo-item1 .text-box>p {
	font-size: large;
}

.photo-list-box .text-box>p {
	width: 95%;
	color: #FFFFFF;
}

/* 列表页 */

/* 合作伙伴 轮播 */
.swiper-container-3 {
	overflow: hidden;
	width: 100%;
	height: 320px;
	padding-top: 20px;
	padding-left: 14px;
}

.swiper-container-3 .partner-img {
	width: 330px;
	height: 130px;
	overflow: hidden;
}

.swiper-container-3 .partner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container-3 .partner-name {
	width: 330px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: large;
	font-weight: 600;
	color: #8D94A4;
}


/* ------------ 二版开始 --------------*/

/* 精彩视频开始 */
.video-list-box-two {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 70px;
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
	align-content: space-between;
}

.video-list-box-two .video-item2 {
	width: 23.9%;
	margin-bottom: 20px;
	height: auto;
	background-color: rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
}

.video-list-box-two .video-item2 .img-box {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

/* 精彩视频结束 */

/* 高清组图开始 */
.photo-list-box-two .left-photo {
	width: 45%;
	height: 650px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}

.photo-list-box-two .right-photo {
	width: 53%;
	height: 650px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}

.photo-list-box-two .photo-item1 {
	width: 100%;
	height: 46%;
	margin-bottom: 4%;
	background-color: rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
}

.photo-list-box-two .photo-item2 {
	width: 100%;
	height: 46%;
	margin-bottom: 4%;
	background-color: rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
}

.photo-list-box-two .photo-item3 {
	width: 48%;
	height: 29.33%;
	margin-bottom: 4%;
	background-color: rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
}

.photo-list-box-two .photo-item1 .img-box {
	width: 100%;
	height: 100%;
}

.photo-list-box-two .photo-item2 .img-box,
.photo-list-box-two .photo-item3 .img-box {
	width: 100%;
	height: 100%;
}
/* 高清组图结束 */

/* 合作伙伴 轮播开始 */
.swiper-container-4 {
	overflow: hidden;
	width: 100%;
	height: 320px;
	padding-top: 20px;
	padding-left: 14px;
}

.swiper-container-4 .partner-img {
	width: 12%;
	height: 80px;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	overflow: hidden;
}

.swiper-container-4 .partner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container-4 .partner-name {
	width: 330px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: large;
	font-weight: 600;
	color: #8D94A4;
}
.swiper-container-4 .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
@media all and (max-width: 724px) {
	.swiper-container-4 .partner-img {
		width: 23%;
		height: 80px;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
		overflow: hidden;
	}
}



.swiper-container-5 {
	overflow: hidden;
	width: 100%;
	height: 320px;
	padding-top: 20px;
	padding-left: 14px;
}

.swiper-container-5 .partner-img {
	width: 12%;
	height: 80px;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	overflow: hidden;
}

.swiper-container-5 .partner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container-5 .partner-name {
	width: 330px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: large;
	font-weight: 600;
	color: #8D94A4;
}
.swiper-container-5 .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
@media all and (max-width: 724px) {
	.swiper-container-5 .partner-img {
		width: 23%;
		height: 80px;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
		overflow: hidden;
	}
}



/* 合作伙伴 轮播结束 */


/* ------------ 二版结束 --------------*/